home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 101
/
FreelogNo101-JanvierFevrier2011.iso
/
Internet
/
eM Client
/
setup.msi
/
eMClient.cab
/
IceWarpServerInterfacePluginFile
/
0
/
RCDATA
/
TCOMMENTFORM
/
TCOMMENTFORM.txt
Wrap
Text File
|
2010-10-15
|
1KB
|
56 lines
object CommentForm: TCommentForm
Left = 300
Top = 242
BorderStyle = bsToolWindow
ClientHeight = 157
ClientWidth = 408
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Microsoft Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnKeyPress = FormKeyPress
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object CommentL: TTntLabel
Left = 0
Top = 0
Width = 47
Height = 13
Caption = 'Comment:'
end
object Memo: TTntMemo
Left = 0
Top = 16
Width = 406
Height = 111
ScrollBars = ssVertical
TabOrder = 0
OnKeyDown = MemoKeyDown
end
object OKButton: TTntButton
Left = 250
Top = 132
Width = 75
Height = 23
Caption = '&OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object CancelButton: TTntButton
Left = 330
Top = 132
Width = 75
Height = 23
Caption = '&Cancel'
ModalResult = 2
TabOrder = 2
end
end